Carbon


newcwindow

Header: MacWindows.h Carbon status: Unsupported

WindowRef newcwindow (
    void *wStorage, 
    const Rect *boundsRect, 
    const char *title, 
    Boolean visible, 
    SInt16 procID, 
    WindowRef behind, 
    Boolean goAwayFlag, 
    SInt32 refCon
);
wStorage
boundsRect
title
visible
procID
behind
goAwayFlag
refCon

AVAILABILITY

Not supported in Carbon. Not available in CarbonLib, but available when InterfaceLib 7.1 or later is installed. Exported by InterfaceLib 7.1 and later.

CARBON NOTES

Use NewCWindow instead.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)